home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / qw12inst.zip / REMM.TEC < prev    next >
Text File  |  1991-03-12  |  4KB  |  106 lines

  1. ID:RM REMM.SYS Driver Optimization
  2. Quarterdeck Technical Note #101
  3. by Myke Keefe                              Revised: Aug 27, 1990
  4.  
  5. Owners of the AST line of computers and/or memory boards on 8088,
  6. 8086, and 80286 based computers need to run the program REMM.SYS
  7. to activate the expanded memory features they provide.
  8.  
  9. REMM.SYS is installed in your CONFIG.SYS file by adding the line:
  10.  
  11.                         DEVICE=REMM.SYS
  12.  
  13. If you have a 286 based system with only 640K of RAM, then you
  14. should set aside 128K of memory as exTENded and load QEXT.SYS
  15. (Quarterdeck Extended Memory Manager) in your CONFIG.SYS file
  16. after REMM.SYS.  
  17.  
  18. This adds support for a new memory specification called XMS
  19. (eXtended Memory Specification) which can be used in addition to
  20. EMS to provide memory beyond 640K to your programs.
  21.  
  22. If your computer already has more than 768K of memory (other than
  23. exPANDded), you do not need to allocate any memory from the AST
  24. memory board as exTENded.  
  25.  
  26. To reduce the risk of memory conflict, REMM will not make
  27. available all areas that you can utilize with Quarterdeck's
  28. DESQview and QRAM products.  Usually you can reclaim 32K or more
  29. by utilizing unused video memory.  We feel that the REMM driver
  30. is too conservative in reserving video areas which can be used.
  31.  
  32. If you have any options installed in your computer like network
  33. boards or non-standard video adapters or hard disk controllers or
  34. other "unusual" features you should proceed with caution.  If you
  35. have such things then please be familiar with REMM's /X (eXclude)
  36. parameter as you will have to probably have to use it to prevent
  37. a memory conflict.  
  38.  
  39. Check the owner's or installation manuals for these types of
  40. adapters/options to determine if they use any memory between 640K
  41. and 1024K as ROM or if they set up some sort of RAM buffer in
  42. reserved memory.  These areas will probably need to be eXcluded
  43. from use by REMM.SYS
  44.  
  45. REMM.SYS can be told to use areas with the /L (incLude) parameter
  46. on REMM.SYS.  This tells REMM to use an area that it may not
  47. normally use by default.  
  48.  
  49. You can also minimize the amount of memory that REMM.SYS itself
  50. uses by limiting Process IDs and Contexts.  We have found that
  51. most users generally use only 8-10 of either PIDs and Contexts
  52. and don't need all 64 or 255 that REMM will allocate by default. 
  53.  
  54.  
  55. To limit PIDs and Contexts you should use the parameters /P=16
  56. and /C=16.  This is shown in the following examples.  
  57.  
  58. To include the unused monochrome areas available when you only
  59. have an EGA or VGA adapter attached to a COLOR monitor use this
  60. example:
  61.  
  62.      DEVICE=REMM.SYS /P=16 /C=16 /L=B000-B7FF 
  63.  
  64. If you are using a Monochrome or Hercules Graphics Adapter, you
  65. can gain 64K of additional memory by including A000-AFFF.  For
  66. example:
  67.  
  68.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-AFFF /X=B000-BFFF
  69.  
  70. A whole 96K of RAM can be reclaimed if you have a Color Graphics
  71. adapter (CGA) by using this example:
  72.  
  73.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-B7FF /X=B800-BFFF
  74.  
  75. If you have an AST Premimum computer you can use /S=E000 to place
  76. the EMS Page Frame at E000 and thus get 64K more memory for
  77. DESQview or QRAM.  
  78.  
  79. For example, if you had a Premimum 286 with a VGA the line would
  80. be: DEVICE=REMM.SYS /p=16 /c=16 /L=B000-B7FF /S=E000 
  81.  
  82. High Speed Communications in DESQview note!
  83.  
  84. If you intend to use baud rates greater than 2400 baud while
  85. using Quarterdeck's DESQview, you may want to use the older REMM
  86. 3.x versions.  These older versions of REMM.SYS only support EEMS
  87. (AST's proprietary expanded memory specification), but operate
  88. much faster than the newer versions, which also support the more
  89. popular EMS 4.0 specifications.  AST may speed up their EMS 4.0
  90. drivers in the future, so you may want to check their BBS for
  91. newer versions.  
  92.  
  93. Multi-tasking With REMM.SYS
  94.  
  95. AST Memory Products support multi-tasking beyond 640K if set up
  96. properly.  Please refer to EMS40.TEC, another Quarterdeck White
  97. Paper or for DESQview users, Appendix B, especially page 149 of
  98. the DESQview 2.0 manual
  99.  
  100. All versions of REMM.SYS and further information can be
  101. downloaded from the AST Research BBS: (714) 727-4723.  I highly
  102. reccomend downloading REMMINFO.TXT for more information about the
  103. Rampage Expanded Memory Manager. 
  104.  
  105.       Copyright (C) 1991 by Quarterdeck Office Systems
  106.                 * * * E N D  O F  F I L E * * *